home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2824 / BUTTONCONDACTION on(release).as
Text File  |  2002-11-01  |  212b  |  13 lines

  1. on(release){
  2.    _root.lupziv -= 1;
  3.    gotoAndPlay(25);
  4.    tellTarget("_root." add this._name add "s")
  5.    {
  6.       gotoAndPlay(2);
  7.    }
  8.    if(0 >= _root.lupziv)
  9.    {
  10.       _root.hrawin2drozka();
  11.    }
  12. }
  13.